SautinSoft HTML To RTF .Net v5.4.12.15 (Full Version)

"How «HTML to RTF .Net» helps me in developing of my application?"


SautinSoft HTML To RTF .Net v5.4.12.15 (Full Version)



Introduction

«HTML to RTF .Net» will help you in development of applications where is necessary to convert any HTML documents to Word, RTF, DOCX. After adding of the reference to "SautinSoft.HtmlToRtf.dll" and typing 3-4 C# lines, you can use these API in your apps:

 

"How to write a function to convert HTML to RTF in C# for 15 minutes?"


SautinSoft HTML To RTF .Net v5.4.12.15 (Full Version)



Introduction

    Imagine, that in 15 minutes after reading this text you will be able to provide API for your application to convert HTML page into RTF documents, using C# or VB.Net. 1.SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); 2.  3.string htmlString = @"<b>Hello World!</b>"; 4.string rtfString = h.ConvertString(htmlString); To get the ability of HTML conversion in you .Net application:
  • Download the latest «HTML to RTF .Net» SDK.
  • Follow to the "Solution Explorer" tab and add a reference to the "SautinSoft.HtmlToRtf.dll".
Not too shabby! Now you can operate with HtmlToRtf class which provides you by various methods and properties to convert HTML as MemoryStream, String, Files, URI and so forth:

SautinSoft HTML To RTF .Net v5.4.12.15 (Full Version)

 

5.4.12.15 - December 15th, 2015

We'd like to introduce the new HTML to RTF .Net 5.4! Let's see the new improvements: